SetTimeDomainRequest

data class SetTimeDomainRequest(timeDomain: String)

Represents request frame that can be used with Performance#setTimeDomain operation call.

Sets time domain to use for collecting and reporting duration metrics. Note that this must be called before enabling metrics collection. Calling this method while metrics collection is enabled returns an error.

See also

Constructors

SetTimeDomainRequest
Link copied to clipboard
fun SetTimeDomainRequest(timeDomain: String)

Properties

timeDomain
Link copied to clipboard
val timeDomain: String
Time domain

Sources

jvm source
Link copied to clipboard